DELETE
/
v2
/
enterprise
/
organizations
/
{org_id}
/
git
/
permissions
/
{permission_id}
curl -X DELETE "https://api.devin.ai/v2/enterprise/organizations/org_123/git/permissions/perm_123" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "status": "success"
}
Remove a specific git repository permission from an organization within your enterprise.

Path Parameters

org_id
string
required
The unique identifier of the organization to remove the permission from
permission_id
string
required
The unique identifier of the permission to remove

Response

status
string
required
Success status indicator
curl -X DELETE "https://api.devin.ai/v2/enterprise/organizations/org_123/git/permissions/perm_123" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "status": "success"
}