Terminate a delegated admin relationship
Available to the roles: csp
Headers
-
X-Tenant
string Required The domain used to access the portal.
-
X-Correlation-Id
string(UUID) This header is optional and by setting it you can correlate the audit logs made by this request.
Path parameters
-
relationshipId
string Required Id of the relationship
-
customerId
string(uuid) Required GUID Unique identifier for the customer.
Query parameters
-
providerInstanceId
string(uuid) Required Id of the provider instance where relationship is being terminated
POST
/v1/Customers/{customerId}/delegated-admin-relationships/{relationshipId}
curl \
--request POST 'https://app-cloudcockpitapi-prod-01.azurewebsites.net/v1/Customers/{customerId}/delegated-admin-relationships/{relationshipId}?providerInstanceId=string' \
--header "X-Tenant: portal.cloudcockpit.com" \
--header "Authorization: Bearer eyJ0eXAiO..." \
--header "X-Correlation-Id: string"