# Disconnect token **POST /2023-03-01/management/disconnect** Disconnect the token. A disconnected token will no longer return data. Data requests with a disconnected token will return a 403 Forbidden ## Servers - Production server (EU): https://api.affixapi.com (Production server (EU)) - Development server (EU): https://dev.api.affixapi.com (Development server (EU)) ## Authentication methods - Access token ## Parameters ## Responses ### 200 Success #### Body: application/json (object) - **disconnected** (boolean) The access token has been disconnected and is no longer allowed to be used by your application ### 403 Forbidden #### Body: application/json (object) - **message** (string) ### 429 Rate Limited / Too Many Requests #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 500 Server Error #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)