Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Scheduled Task ID
Archive a scheduled task by ID (soft delete) - Sets status to archived and deletes from Temporal
curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/{id} \
--header 'x-api-key: <api-key>'This response has no body data.Enter your API key in the format x-api-key <api-key>*
Scheduled Task ID
curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/{id} \
--header 'x-api-key: <api-key>'This response has no body data.