Zum Hauptinhalt springen
DELETE
/
presets
/
{presetId}
Delete a preset
curl --request DELETE \
  --url https://api.youka.io/api/v1/presets/{presetId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header

Idempotency-Key
string

Pfadparameter

presetId
string
erforderlich

Antwort

200 - application/json

Preset deleted

success
boolean
erforderlich