v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Enrichment Schemas

Delete an enrichment schema

Soft-deletes an enrichment schema and returns the deleted schema. Only CSV schemas can be deleted; SERVICENOW schemas are managed by the ServiceNow CMDB integration.

<!-- 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}

Path parameters

schema_idstring uuid required

The ID of the enrichment schema.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Response

The enrichment schema was deleted successfully. Only CSV schemas can be deleted.

Example response

{
  "schema": {
    "type": "enrichment_schema"
  }
}