Delete API keys
DELETE https://api.sendgrid.com/v3/api_keys/:api_key_id
This endpoint allows you to revoke an existing API Key
Authentications using this API Key will fail after this request is made, with some small propogation delay.If the API Key ID does not exist an HTTP 404 will be returned.
The API Keys feature allows customers to be able to generate an API Key credential which can be used for authentication with the SendGrid v3 Web API or the Mail API Endpoint.
URI Parameters
URI Parameter | Type | Required? | Description |
---|---|---|---|
apikeyid | string | required | The ID of the API Key you are deleting. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |