Removing a Pool

Format

MethodPOST
URL

/tasks/create

Request contentsPoolDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

PoolDelete Object

Schema

typeStringTask type identifier. In this case, "pool_delete"
pool_idStringPool's unique identifier

JSON example

{
    "type": "pool_delete",
    "pool_id": "pruebapool"
}