[{"label":"Latest (v1.0)","version":"latest"}]
csp

Remove Organization Trust

Description

Remove organization trust.

Access Policy

Role User Accounts Service Accounts (Client Credentials Applications)
Organization Owner ✔️ ✔️

Request

Request

URL

URL


delete
https://{api_host}/csp/gateway/am/api/orgs/{orgId}/trusts/{trustId}
Copy

Path Parameters

Path Parameters

string
orgId Required

Unique identifier (GUID) of the organization.

Parameter Serialization Style: SIMPLE Explode:false

string
trustId Required

Unique identifier ot the trust

Parameter Serialization Style: SIMPLE Explode:false

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

204 No Content

No Content

Errors

Errors

CspErrorResponse
401

The user is not authorized to use the API


CspErrorResponse
403

The user is forbidden to use the API


CspErrorResponse
404

Organization trust with this identifier is not found.


CspErrorResponse
429

The user has sent too many requests


CspErrorResponse
500

An unexpected error has occurred while processing the request

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/csp/gateway/am/api/orgs/{orgId}/trusts/{trustId}


[{"label":"Latest (v1.0)","version":"latest"}]
csp
Feedback

Was this page helpful?