Skip to main content

oauth2_authorization_codes_destroy

DELETE 

/api/v3//oauth2/authorization_codes/:id/

AuthorizationCode Viewset

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this Authorization Code.

Responses

No response body

curl -L -X DELETE '/api/v3/oauth2/authorization_codes/:id/' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired