Skip to main content
DELETE
/
oauth
/
v1
/
refresh-tokens
/
{token}
Delete OAuth 2.0 refresh token
curl --request DELETE \
  --url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}
{
  "category": "<string>",
  "correlationId": "<string>",
  "message": "<string>",
  "subCategory": "<string>",
  "errors": [
    {
      "message": "<string>",
      "in": "<string>",
      "code": "<string>",
      "subCategory": "<string>",
      "context": {}
    }
  ],
  "context": {},
  "links": {}
}

Path Parameters

token
string
required

The refresh token that you want to delete.

Response

Refresh token deleted successfully