DELETE /schema/organization/{id}
Delete the identified Organization. All schemas defined within the Organization's name-space must first be deleted before an Organization can be deleted.
Note: The caller must be granted the ACCESS_TYPE.DELETE permission on the Organization.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/schema/organization/{id}
Resource URL Variables
| {id} | The numeric identifier of the organization. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | modify |
| HTTP Method | DELETE |
| Request Object | None |
| Response Object | None |