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

Autorizaciones

Authorization
string
header
requerido

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

Encabezados

Idempotency-Key
string

Parámetros de ruta

presetId
string
requerido

Respuesta

200 - application/json

Preset deleted

success
boolean
requerido