Access control
Delete an entry from an entity's ACL.
Remove a team or user to an entity’s ACL.
DELETE
/
v1
/
{entityCollection}
/
{entityId}
/
acl
/
{subjectType}
/
{subjectEntityId}
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
entityCollection
enum<string>
requiredSpecifies the plural of the entity type for which ACL candidates should be retrieved.
Available options:
mock-apis
, data-sources
entityId
string
requiredThe ID of the entity (mock API, data source etc.)
subjectType
enum<string>
requiredThe type of subject in the context of an ACL.
Available options:
user
, team
, organisation
subjectEntityId
string
requiredThe ID of a subject entity (user, team, organisation)