Delete Relationship Using DELETE

Delete Relationship Using DELETE

NOTE: Removing a relationship is not synchronous. As a result, the delete operation may not happen immediately. It is recommended to query the relationships of the specific Resource back to ensure that the operation was indeed successful.

Request
URI
DELETE
https://{api_host}/api/resources/{id}/relationships/{relationshipType}/{relatedId}
COPY
Path Parameters
string
id
Required

The UUID of the resource

string
relatedId
Required

The UUID of the resource to remove from relationship

string
relationshipType
Required

Type of the Relationship that needs to be removed


Authentication
This operation uses the following authentication methods.
Responses
204

The relationship is deleted successfully

Operation doesn't return any data structure

404

Either of the Resource that are part of the path parameters are invalid/non-existent

Operation doesn't return any data structure