Delete a tenant ingestion secret (hard delete)
DELETE/v1/tenants/:tenantID/secrets/:secretID
Requires scope secrets:delete. Permanently removes the secret; the data
plane stops authorizing it within a short cache window (~10s).
Request
Responses
- 204
- 401
- 403
- 404
Deleted.
Missing or invalid developer key.
Key lacks the required scope (insufficient_scope).
Resource not found in the key's organization.