# Terminate a delegated admin relationship **POST /v1/Customers/{customerId}/delegated-admin-relationships/{relationshipId}** **Available to the roles:** csp ## Servers - https://api.cloudcockpit.com: https://api.cloudcockpit.com () ## Authentication methods - Bearer auth ## Parameters ### Headers - **X-Tenant** (string) The domain used to access the portal. - **Authorization** (string) JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}" - **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) Id of the relationship - **customerId** (string(uuid)) GUID Unique identifier for the customer. ### Query parameters - **providerInstanceId** (string(uuid)) Id of the provider instance where relationship is being terminated ## Responses ### 200 OK ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)