cURL
curl --request DELETE \ --url https://api.parse.bot/account/api-key \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "<string>" }
Delete the current user’s API key. Requires JWT authentication.
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
Key revoked
Was this page helpful?