NotifyHub
Openapi

Delete API key

DELETE
/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/api-keys/{apiKeyId}

Permanently removes the API key record. Any requests using this key will immediately receive 401 responses. This action is irreversible and idempotent.

Authorization

Authorization<token>

In: header

Response Body

curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/api-keys/{apiKeyId}"
Empty