Contents:
Delete user access to a specified connection.
For more information on connections, see Connection Types.
Version: v4
Required Permissions
The authenticated user must be an admin.
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.
Request
Request Type: DELETE
Endpoint:
/v4/connections/<cid>/permissions/<uid>
Parameter | Description |
---|---|
<cid> | Internal identifier of the connection. |
<uid> | Intenrnal identifier of the user whose permissions you are removing. |
Request URI - Example:
/v4/connections/10/permissions/6
Request Body:
None.
Response
Response Status Code - Success: 204 - No Content
Response Body Example:
None.
This page has no comments.