> ## Documentation Index
> Fetch the complete documentation index at: https://doc.withedge.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke Token

> This endpoint is used to invalidate your current active bearer token

<ResponseExample>
  ```json
  {
  	"statusCode": 200,
  	"message": "Completed successfully",
  	"status": "success",
  	"data": {},
  	"errors": []
  }
  ```
</ResponseExample>
