API Reference

DELETE dashboard/configurations/{id}/Z

DELETE
dashboard/configurations/{id}/Z

DELETE operation for dashboard/configurations/{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/dashboard/configurations/{id}/Z"
{
  "id": 0,
  "name": "string",
  "description": "string",
  "type": "string",
  "type_display": "string",
  "type_code": "string",
  "type_details": "string",
  "is_default": true,
  "is_template": true,
  "configuration": {},
  "created_by": "string",
  "created_by_name": "string",
  "updated_by": "string",
  "updated_by_name": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
Empty
Empty
Empty

How is this guide?