Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
CatalogEntityProperties
Delete a catalog_entity_property
CatalogEntityProperties
Delete a catalog_entity_property
Delete a specific catalog_entity_property by id
DELETE
/
v1
/
catalog_entity_properties
/
{id}
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_entity_properties/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "5ab482b1-b51c-481e-a5e2-bf5f1932b99f",
"type": "catalog_entity_properties",
"attributes": {
"catalog_entity_id": "b221ecd8-41fc-43e4-917c-b5f89f8ef846",
"catalog_field_id": "15cd7493-406f-47ff-811a-c4a143b82cbb",
"key": "text",
"value": "Test",
"deleted_at": "2025-03-13T11:59:21.410-07:00",
"updated_at": "2025-03-13T11:59:21.410-07:00",
"created_at": "2025-03-13T11:59:19.470-07:00"
},
"relationships": {
"catalog_entity": {
"data": {
"id": "b221ecd8-41fc-43e4-917c-b5f89f8ef846",
"type": "catalog_entities"
}
},
"catalog_field": {
"data": {
"id": "15cd7493-406f-47ff-811a-c4a143b82cbb",
"type": "catalog_fields"
}
}
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/vnd.api+json
catalog_entity_property deleted
Unique ID of the catalog_entity_property
Available options:
catalog_entity_properties
Available options:
text
, catalog_entity
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_entity_properties/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "5ab482b1-b51c-481e-a5e2-bf5f1932b99f",
"type": "catalog_entity_properties",
"attributes": {
"catalog_entity_id": "b221ecd8-41fc-43e4-917c-b5f89f8ef846",
"catalog_field_id": "15cd7493-406f-47ff-811a-c4a143b82cbb",
"key": "text",
"value": "Test",
"deleted_at": "2025-03-13T11:59:21.410-07:00",
"updated_at": "2025-03-13T11:59:21.410-07:00",
"created_at": "2025-03-13T11:59:19.470-07:00"
},
"relationships": {
"catalog_entity": {
"data": {
"id": "b221ecd8-41fc-43e4-917c-b5f89f8ef846",
"type": "catalog_entities"
}
},
"catalog_field": {
"data": {
"id": "15cd7493-406f-47ff-811a-c4a143b82cbb",
"type": "catalog_fields"
}
}
}
}
}