Api Documentation

User status

Json
XML
DELETE https://api.bundeling.com/V2/user_status

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify the status of a userstring
user.usernameA unique username to select by user.username instead of uuidstring
An alternative to `uuid` which is only used when `uuid` is not provided.
When used as a URL parameter, the username should be prefixed with `user.username:`.

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}