curl -s -H 'Authorization: Bearer <your API token>' -X DELETE \ 'https://coda.io/apis/v1/docs/<doc ID>/acl/permissions/<permission ID>' # => Revoke access to the doc
{}