Delete a specific catalog_field by id
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "catalog_fields",
"attributes": {
"catalog_id": "<string>",
"name": "<string>",
"slug": "<string>",
"kind": "text",
"multiple": true,
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"kind_catalog_id": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
catalog_field deleted
Show child attributes
Unique ID of the catalog_field
catalog_fields Show child attributes
text, reference Whether the attribute accepts multiple values.
Default position of the item when displayed in a list.
Restricts values to items of specified catalog.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "catalog_fields",
"attributes": {
"catalog_id": "<string>",
"name": "<string>",
"slug": "<string>",
"kind": "text",
"multiple": true,
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"kind_catalog_id": "<string>"
}
}
}