curl --request DELETE \
--url https://api.example.com/presets/{preset_id}/ \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a preset (soft delete).
curl --request DELETE \
--url https://api.example.com/presets/{preset_id}/ \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?