Skip to main content
POST
/
max
/
commands
/
delete-account
cURL
curl --request POST \
  --url https://api.example.com/max/commands/delete-account \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{}

Body

application/json
id
string
required

Response

OK

The response is of type object.