Delete the role
Last updated 3 years ago
DELETE https://{{account_id}}.acquire.io/api/v1/account/role?id={{roleId}}
DELETE
https://{{account_id}}.acquire.io/api/v1/account/role?id={{roleId}}
Delete a role. The roleId must be passed in to the endpoint as a query parameter. Warning: This action cannot be undone.
roleId
{ "data": { "deleted": 1 } }
integer
ID for the role you would like to delete
Authorization
string
Bearer {{API_KEY}}