Contents:
Delete the specified access token.
- Access tokens can be used for managing more secure access to the APIs. For more information, see API Authentication.
- Access tokens can be created via the Designer Cloud® application or via API. For more information on creating them via API, see API AccessTokens Create v4.
If you delete an active access token, you may prevent the user from accessing the platform outside of the Designer Cloud application.
Version: v4
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.8/index.html#section/Authentication.
Request
Request Type: DELETE
Endpoint:
/v4/apiAccessTokens/<id>
where:
Parameter | Description |
---|---|
<id> | The tokenId value for the access token to delete |
Request URI - Example:
/v4/apiAccessTokens/0bc1d49f-5475-4c62-a0ba-6ad269389ada
Request Body:
Empty.
Response
Response Status Code - Success: 204 - No Content
NOTE: If you receive a Route doesn't exist
error message, please verify that the API access token feature has been enabled in your instance of the platform. For more information, see Enable API Access Tokens.
Response Body Example:
Empty.
Reference
None.
This page has no comments.