Delete Token
To delete your token, the registryId
and tokenId
to be deleted must be provided.
You can get registryId through GET Registries API call and Create Registry Token.
Delete the information about the token using the following curl
command:
Note: The sample requestID
is 779f8e3c-d5c8-4359-8f85-c200fb89e97c and the sample tokenID
is 4b120b87-91ab-4ec2-8952-cc771a37bd08
Request
Path parameters:
Field | Type | Description | Example |
---|---|---|---|
registryId | string | The ID of the registry to be deleted. |
|
tokenId | string | TThe associated ID of the token to be deleted. |
|
Response
204 - No Content
The action was successful and the response body is empty.
400 Bad Request - The request made is invalid or corrupted
404 Bad Request - Not Found
This way you can delete a particular token.
Last updated