跳转到主要内容
DELETE
/
presets
/
{presetId}
Delete a preset
curl --request DELETE \
  --url https://api.youka.io/api/v1/presets/{presetId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

授权

Authorization
string
header
必填

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

请求头

Idempotency-Key
string

路径参数

presetId
string
必填

响应

200 - application/json

Preset deleted

success
boolean
必填