DELETE /options/{id}
DELETE operation for /options/{id}
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://dev-rest.onboard.io/options/string"{
"id": 1,
"name": "string",
"delete": true,
"order": 1
}Empty
Empty
Empty
How is this guide?