Skip to content

Remove Schedule

Remove a schedule configuration. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
scheduleId*stringThe 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