API Reference / Relationship Types

DELETE /relationship_types/{relationship_type_id}

Delete a relationship type

Deletes a relationship type and every relationship using it — including ones that were soft-deleted and could otherwise have been restored. This cascade is permanent, so check usage before calling it.

Path parameters

Name Type Description
relationship_type_id req string Relationship type ID

Responses

200 OK

Standard error responses: 400 · 401 · 403 · 404 · 409 · 500 — shared across the API. See Errors.

Related guides