v1
latestOpenAPI 3.1.02026-07-26620219.6 KBRemove Application
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.
delete/v2/{account_id}/access_tokens/{access_token}?access_token={access_token}
Path parameters
account_idstring required
Your account's API app key
access_tokenstring required
Your Yotpo access token. Click here to learn how to generate one
Query parameters
access_tokenstring
Your Yotpo access token. Click here to learn how to generate one
Response
200
Example response
{
"status": {
"code": 200,
"message": "OK"
}
}