cURL
curl --request PATCH \ --url https://api.gateway.tech/data-assets/{id}/acl/delete \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' [ { "addresses": [ "<string>" ] } ] '
{ "message": "<string>" }
Delete assigned role by ACL
Type "Bearer" followed by a space and the JWT token.
Data Asset ID
Delete Assigned ACL Items Request
OK
Was this page helpful?