Revoke a specific permission row from a principal
DELETE /posts/{id}/acls/{principal_type}/{principal_id}/{permission}
DELETE
/posts/{id}/acls/{principal_type}/{principal_id}/{permission}
Removes the exact (principal_type, principal_id, permission) tuple. Other permission levels for the same principal stay in place. 404 if the row doesn’t exist.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
principal_type
required
string
principal_id
required
string
permission
required
string
Responses
Section titled “ Responses ”Removed
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed