# /impersonate/consent - Disable impersonation consent **DELETE /impersonate/consent** Disables all active impersonation consent for the authenticated user. This prevents any future impersonation until consent is re-enabled. ## Servers - Backend API server: https://my.nethesis.it/backend/api (Backend API server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Impersonation consent disabled successfully #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)