Skip to main content
DELETE
/
api
/
v1
/
schedules
/
{id}
Delete schedule
curl --request DELETE \
  --url https://neo.api.projectdiscovery.io/api/v1/schedules/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Schedule ID

Response

Schedule deleted

message
string
required