DELETE
/
users
/
delete

Headers

authorization
string
required

Your API key for authentication.

Query Parameters

user_id
string
required

The unique identifier for the user.

app_id
string
required

The unique identifier for the app.

Response

message
string

A message indicating the result of the user deletion operation. Possible value: User deleted successfully.

code
string

A code indicating the result of the user deletion operation. Possible value: USER_DELETED.