Delete personal access token Run in API Explorer
Deletes a personal access token permanently. This cannot be undone.
DELETE
/v2/access-tokens/{uuid}
curl \
--request DELETE 'https://hub.docker.com/v2/access-tokens/{uuid}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"detail": "string",
"message": "string"
}
Response examples (404)
{
"detail": "string",
"message": "string"
}