Deleting a User
This endpoint allows for the deletion of a user
This API deletes a specific user from the system based on their unique user UUID.
Authentication Route
This route is secured with processor and vendor token authentication.
Endpoint
/3p/api/v2/users/{uuid}
Response
{
"status": true,
"message": "The user has been deleted successfully.",
"data": [],
"errors": null,
"error_code": null
}
{
"status": true,
"message": "This user has been scheduled for deletion.",
"data": [],
"errors": null,
"error_code": null
}
Updated about 2 months ago