cURL
curl --request DELETE \ --url https://{tenant}/admin/oauth/tokens \ --header 'Admin-Auth: <api-key>'
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
Purge OAuth tokens.
Api key
This is required
lapsed
Purge lapsed successfully
Was this page helpful?