Delete a User
This endpoint allows for the deletion of a user, as long as the user has no associated bank accounts and transaction date.
Authentication Route
This route is secured with processor and vendor token authentication.
Endpoint
/3p/api/v1/users/{uuid}
Response
{
"status": true,
"message": "The user has been deleted successfully.",
"data": [],
"errors": null,
"error_code": null
}
Errors & Warnings
Code | Message |
---|---|
401 | |
403 | |
422 |
Updated 30 days ago