Skip to main content
DELETE
/
3p
/
api
/
v2
/
users
/
{uuid}
Deleting a User ( STABLE )
curl --request DELETE \
  --url https://api.grailpay.com/3p/api/v2/users/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "The user has been deleted successfully.",
  "data": [],
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme. This is provided by the GrailPay Customer Support Team

Path Parameters

uuid
string<uuid>
required

User UUID

Response

User deleted successfully

status
boolean
Example:

true

message
string
Example:

"The user has been deleted successfully."

data
any[]
Example:
[]
errors
string | null
Example:

null

error_code
string | null
Example:

null