Skip to main content
Version: Next

Delete authorization

DELETE 

/authorizations/:authorizationKey

Deletes the authorization with the given key.

Request

Path Parameters

    authorizationKey int64required

    The key of the authorization to delete.

Responses

The authorization was deleted successfully.

Loading...