Description
Delete an Access Token.
Note:
Deleting the specified access token does not require verification of the LibrarySecret, therefore this interface can be called on the client side.
Request
Request Example
DELETE /api/v1/token/`{LibraryId}`/`{AccessToken}`
Request Parameter
|
| Media Library ID, obtained after creating a media library in the media hosting console. See Create Media Library. | String | |
| | String | |
Request Body
This API has no request body.
Response
Response code
Successfully deleted. Returns HTTP 204 No Content.
Response Body
This API has no response body.
Error Codes
This request operation has no special error messages. For common error messages, see Error Codes.