cURL
curl --request DELETE \ --url https://api.projectdiscovery.io/v1/scans/schedule \ --header 'X-API-Key: <api-key>'
{ "message": "<string>" }
Delete scan schedule for a user
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
scan_id of schedule to be deleted
Example response
The response is of type object.
object
Was this page helpful?