v1

latestOpenAPI 3.1.0Apache 2.02026-07-2610193196.3 KB
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}

Path parameters

entityCollection'mock-apis' | 'data-sources' required

Specifies the plural of the entity type for which ACL candidates should be retrieved.

entityIdstring required
Example:jjl8y

The ID of the entity (mock API, data source etc.)

subjectType'user' | 'team' | 'organisation' required

The type of subject in the context of an ACL.

subjectEntityIdstring required
Example:jjl8y

The ID of a subject entity (user, team, organisation)

Response

Success