Pterodactyl API v1
Schedules

Delete task

Deletes the specified task

DELETE/api/client/servers/{server}/schedules/{schedule}/tasks/{task}

Authorization

ClientToken
AuthorizationBearer <token>

Client API key (generated at /account/api)

In: header

Path Parameters

server*string

Server identifier (short 8-character ID)

schedule*integer

Schedule ID

task*integer

Task ID

Response Body

curl -X DELETE "https://pterodactyl.file.properties/api/client/servers/1a7ce997/schedules/1/tasks/1" \  -H "Authorization: Bearer ptlc_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json"
Empty