DELETE
/
v1
/
integration
/
oauth
/
{name}
/
revoke
Revoke OAuth token
curl --request DELETE \
  --url https://api.projectdiscovery.io/v1/integration/oauth/{name}/revoke \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

name
string
required

Response

200
application/json

OK

The response is of type object.