API Reference

DELETE options/{id}/Z

DELETE
options/{id}/Z

DELETE operation for options/{id}/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X DELETE "https://dev-rest.onboard.io/options/{id}/Z"
{
  "id": 0,
  "name": "string",
  "delete": true,
  "order": 0
}
Empty
Empty
Empty

How is this guide?