Delete trust relationship
Deletes a trust relationship.
Path parameters
-
trust_relationship_id
string Required Identifier for the trust relationship
Query parameters
-
version
integer If specified then checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)
DELETE
/platform/configuration/trust-relationships/{trust_relationship_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/platform/configuration/trust-relationships/{trust_relationship_id}' \
--user "username:password"