Skip to main content

Delete an Application Key

DELETE Delete an Application Key

https://useast.api.elasticpath.com/v2/application-keys/:id

Parameters

Path parametersh

NameRequiredTypeDescription
idRequiredstringThe unique identifier of the application key to be deleted.

Headers

NameRequiredTypeDescription
AuthorizationRequiredstringThe Bearer token required to get access to the API.

Request Example - Curl

curl -X DELETE https://useast.api.elasticpath.com/v2/application-keys/:id \
-H "Authorization: Bearer XXXX" \
-H "Content-Type: application/json" \

Response Example

204 No Content