slug
(path) - Slug único do Typereference
(path) - Referência única do Item
curl --location --request DELETE 'https://api-develop.enspace.io/ws/types//items/' \
--header 'x-api-key;' \
--header 'en-workspace;'
{
"id": 0,
"reference": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"type": {
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"fields_count": 0,
"items_count": 0,
"config": {}
},
"data": {}
}