Delete a user
DELETE https://{{account_id}}.acquire.io/api/v1/account/user?userId={{userId}}
DELETE
https://{{account_id}}.acquire.io/api/v1/account/user?userId={{userId}}
Delete a user. The user's ID must be passed in to the endpoint as a query parameter. Warning: This action cannot be undone.
userId
integer
Authorization
string
Bearer {{API_KEY}}
{ "data": { "deleted": 1 } }
Last updated 4 years ago