Delete relationship

Removes a relationship between two Entities.
Use the type query parameter to indicate which kind of relationship you want to remove.

Path Params
uuid
required

Entity identifier.

string
enum
required
Defaults to link

The type of the relationship to be established.

Relationships

  • parent: Hierarchical relationship indicating the entity is a child of the target
  • child: Hierarchical relationship indicating the entity contains the target
  • link: Generic bidirectional relationship without semantic meaning
  • isBlockedBy: Dependency relationship indicating the entity cannot proceed until the target is resolved
  • isBlocking: Dependency relationship indicating the entity prevents progress on the target
Allowed:
uuid
required

The ID of the target entity to delete the relationship with.

Responses
204

The request was successful and no content is returned.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json