Skip to main content
DELETE
/
v1
/
connections
/
{connectionId}
/
schedules
/
{scheduleId}
Delete schema refresh schedule
curl --request DELETE \
  --url https://{instance}.omniapp.co/api/v1/connections/{connectionId}/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

connectionId
string<uuid>
required

The unique identifier of the connection

scheduleId
string<uuid>
required

The unique identifier of the schema refresh schedule

Response

Schema refresh schedule deleted successfully

success
boolean
Example:

true