Delete trust relationship
Deletes a trust relationship.
Path parameters
-
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 \
-X DELETE https://{{hostname}}/api/v1/platform/configuration/trust-relationships/{trust_relationship_id}
Response examples (200)
{}
Response examples (401)
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}
Response examples (404)
# Headers
x-cloud-error-codes: trust_relationships.not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}