Skip to content
Endless Documentation

Delete ScheduledTasks

DELETE
/organizations/{organization_id}/scheduled-tasks/{scheduled_task_id}

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length
scheduled_task_id*string
Length1 <= length

Response Body

application/json

curl -X DELETE "https://example.com/organizations/org_abc123/scheduled-tasks/0191e5a2-c15d-7147-ba2f-7c8e0d36f915"
{  "success": true}