DELETE
/
v1
/
accounts
/
relationships
/
types
/
{id}
Delete an account relationship type
curl --request DELETE \
  --url http://localhost:8000/v1/accounts/relationships/types/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter the bearer token

Path Parameters

id
string
required

Response

204

Resource deleted successfully