Delete Relationship by Name and Relationship UUID
DELETE /by-id/:uuid/relationships/:relationship_name/by-id/:rel_uuid
Delete a specific relationship of an entity by relationship name and relationship UUID.
Request
Responses
- 200
- 400
- 404
- default
Entity retrieved successfully.
Invalid UUID supplied.
Entity not found.
Unexpected error.