Remove a Guest

Note: Only Guests in stopped state can be removed

Format

MethodPOST
URL

/tasks/create

Request contentGuestDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

GuestDelete Object

Schema

repeatStringReserved
retriesStringNumber of times this task will be retried, in case of error
typeStringTask type identifier. In this case, "guest_delete"
guest_idStringUnique identifier of the Guest

JSON example

{
    "repeat": "0",
    "retries": "0",
    "type": "guest_delete",
    "guest_id": "testguest"
}