Skip to main content

Remove user account

DELETE

/partner/v1.0/users/:user_account_id


Removes the user account.


Headers

  • Accept : application/json
  • Content-Type : application/json
  • Authorization : Bearer {access_token}

Path Parameters

user_account_id string Required
The user account id for the user.


Response

200 OK.

Parameters
success boolean
Indicates whether the user account status is re-enabled.
DELETE /users/:user_account_id
curl -X DELETE 'https://staging.api.pulsifi.me/partner/v1.0/users/{user_account_id}' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access_token}' \
-H 'Content-Type: application/json' \
Response
{
"data": {
"success": true
},
"meta": null
}