v1
latestOpenAPI 3.0.22026-07-144652931.4 MBEnrichment Schemas
Delete an enrichment record
Deletes a single enrichment record by ID and returns the deleted record.
<!-- theme: warning -->Early Access
This API is in Early Access and may change at any time. Contact your PagerDuty account team to request access.
Scoped OAuth requires: contextual_data.write
delete/enrichment/schemas/{schema_id}/records/{record_id}
Path parameters
schema_idstring uuid required
The ID of the enrichment schema.
record_idstring required
The ID of the enrichment record.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Response
The enrichment record was deleted successfully.
Example response
{
"record": {
"type": "enrichment_record"
}
}