Appearance
Remove Schedule
Remove a schedule configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
scheduleId* | string | The unique identifier of the schedule to remove |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Schedule removed successfully"
}Examples
bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/schedule/:scheduleId/remove" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
delete
/api/{targetPath}/schedule/:scheduleId/remove