Delete Account User by Email

Scott Wallace
Scott Wallace
  • Updated
DELETE https://api.actonsoftware.com/api/1/user/{email}

This endpoint allows you to delete a user by their email address.

Customers wanting to access our API via our gateway in the EU can use this link: 

DELETE https://api-eu.actonsoftware.com/api/1/user/{email}

 

Parameters

Name Parameter
Type
Allow
Multiple
Required/
Optional
Data Type Description
Authorization: Header False Required String Insert your generated access token.
("Bearer {access token}")
  Path False True String The email address for the user to delete from the account.

 

Response

{
  "status": "success",
  "message": "User deleted"
}

 

Code Examples

cURL

curl -X DELETE "https://api.actonsoftware.com/api/1/user/john.doe@act-on.com" -H 'authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs'

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request