Ontology

Delete a relation type

DELETE
/api/v1/ontology/relation-types/{relation_type_id}

Authorization

bearerAuth
AuthorizationBearer <token>

Console session token (Authorization: Bearer <session>) or product API key (Authorization: Bearer <api-key> or x-api-key). Session tokens are validated via Better Auth get-session; API keys against the shared database.

In: header

Path Parameters

relation_type_id*Relation Type Id

Header Parameters

authorization?string|null
x-api-key?string|null

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/ontology/relation-types/string"
Empty