Delete
Delete a user
Delete
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.
Query Parameters
Name
Type
Description
userId
integer
Delete a user
Headers
Name
Type
Description
Authorization
string
Bearer {{API_KEY}}
Last updated