Delete Ingestion Key
Delete an existing ingestion key. This operation permanently removes the key and cannot be undone.
Endpoint
Authentication
Headers
Authorization: Bearer <YOUR_API_KEY>
Content-Type: application/jsonRequest Body
{
"name": "string"
}Parameter
Type
Required
Description
Examples
Delete by Name
curl -L \
--request DELETE \
--url 'https://api.groundcover.com/api/rbac/ingestion-keys/delete' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '{
"name": "old-test-key"
}'Response
Important Warnings
Verification
Safe Deletion Workflow
Best Practices
Related Documentation
Last updated
