Skip to main content
DELETE
Delete Schedule

Authentication

Requires JWT token or Platform API key via Authorization: Bearer <token> header.

Path Parameters

string
required
Agent UUID
string
required
Schedule UUID

Example Request

Response

This action is permanent and cannot be undone. Consider using the Toggle Schedule endpoint to temporarily disable a schedule instead.

Error Responses

404 Not Found

  • Agent not found, schedule not found, or you don’t have access

429 Too Many Requests

  • Rate limit exceeded

See Also