cURL
curl --request DELETE \ --url https://management-api.fpjs.io/api-keys/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Version: <x-api-version>'
{ "error": { "message": "<string>", "code": "<string>" } }
Deletes an API key with the given ID. Make sure that the key you are deleting is not used in production environment. This action is not reversible.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management API version.
Empty response indicating a successful operation.
Was this page helpful?