DELETE/v1/pii_patterns/{id}
pii_patterns.delete
Permanently deletes the PII pattern. Subsequent ingest events will no longer be tokenized against this pattern.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | PII pattern id. |
| Idempotency-Key | string | optional | Optional client-supplied key for at-most-once semantics. The first request with a given key is processed; subsequent requests with the same key replay the cached response for 24h. |
Response
No parameters.
Examples
curl -sS -X DELETE \
-H "Authorization: Bearer $CULPRIT_API_TOKEN" \
https://api.theculprit.ai/v1/pii_patterns/{id}Try it
Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.