PATCH
/
data-assets
/
{id}
/
acl
/
delete
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>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Path Parameters

id
integer
required

Data Asset ID

Body

application/json · object[]
Delete Assigned ACL Items Request
addresses
string[]
required

Response

200 - application/json
OK
message
string
required