---
title: "Remove Application"
method: DELETE
path: "/v2/{account_id}/access_tokens/{access_token}?access_token={access_token}"
---

# Remove Application

`DELETE /v2/{account_id}/access_tokens/{access_token}?access_token={access_token}`

Use this endpoint to delete an existing access token and remove authorization to the Yotpo account. We recommend you use this call each time you uninstall an app. Once confirmed, this operation cannot be undone.

## Path parameters

- `account_id` string, required
- `access_token` string, required

## Query parameters

- `access_token` string

## Response `200`

200

- object
  - `status` object
    - `code` integer
    - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/yotpo/apis/app-developer-api.md) · [All operations](https://skmtc.net/yotpo/apis/app-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yotpo/app-developer-api/revisions/4effe7674a3b/schema)
