Delete Org Service Access Using DELETE

Delete Org Service Access Using DELETE

Delete org_service_access completely. This operation will reset org-service-access as if org never gained access to the service

platform_operator is authorized in all environments.
service_owner is authorized in non-production environments.

platform_operator is authorized in all environments.
service_owner is authorized in non-production environments.

platform_operator is authorized in all environments.
service_owner is authorized in non-production environments.

Access Policy

Role User Accounts Service Accounts (Client Credentials Applications)
Service Owner ✔️ ✔️
Request
URI
DELETE
https://{api_host}/csp/slc/api/service-access
COPY
Request Body
OrgServiceAccessDeleteRequest of type(s) application/json
Required
{
    "serviceDefinitionId": "string",
    "orgId": "string"
}
string
serviceDefinitionId
Required

Service definition id that the Org has access to

string
orgId
Required

Org ID that has access to the Service

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"orgId:"string","serviceDefinitionId:"string"}' https://{api_host}/csp/slc/api/service-access