Skip to main content
DELETE
/
schedules
/
adjustments
/
{adjustmentId}
cURL
curl --request DELETE \
  --url https://api.juo.io/admin/v1/schedules/adjustments/{adjustmentId} \
  --header 'X-Juo-Admin-Api-Key: <api-key>' \
  --header 'X-Tenant-ID: <x-tenant-id>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "resource": "schedule_adjustment",
  "deleted": true
}

Authorizations

X-Juo-Admin-Api-Key
string
header
required

Headers

X-Tenant-ID
string
required

Unique identifier of the tenant in the system (usually a store identifier)

Path Parameters

adjustmentId
string<uuid>
required

The adjustment identifier

Response

200 - application/json

Default Response

id
string<uuid>
required

The adjustment identifier

resource
enum<string>
required
Available options:
schedule_adjustment
deleted
enum<boolean>
required
Available options:
true,
false