coda_delete_permission
Remove a permission entry from a Coda doc to revoke access. Obtain the permission_id from coda_list_permissions first.
Instructions
Remove a permission entry from a Coda doc.
Revokes the specified permission. The principal will lose access to the doc unless they have access through another permission (e.g. domain-level). Get the permission_id from coda_list_permissions first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID to remove permission from | |
| permission_id | Yes | The permission ID to delete (from coda_list_permissions) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |