Role

Delete a custom role

DEL
Delete a custom role.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the role belongs.
customRoleIdstringRequired
The ID of the role to delete.
DEL
1curl -X DELETE https://api.astronomer.io/iam/v1beta1/organizations/organizationId/roles/customRoleId \
2 -H "Authorization: Bearer <token>"