cURL
curl --request POST \ --url https://api.nugen.in/api/v3/api-keys/{id} \ --header 'Authorization: Bearer <token>'
"<any>"
Delete an API key for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any
Was this page helpful?