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

Autorizzazioni

Authorization
string
header
obbligatorio

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

Intestazioni

Idempotency-Key
string

Parametri del percorso

presetId
string
obbligatorio

Risposta

200 - application/json

Preset deleted

success
boolean
obbligatorio