DELETE /schema/type/registered/{id}
Delete the given schema using its $id. If the $id excludes a semantic version, all versions of the schema will be deleted. If the $id includes a semantic version then just that version will be deleted. Caution: This operation cannot be undone.
Note: The caller must be granted the ACCESS_TYPE.DELETE permission on the schema's organization.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/{id}
Resource URL Variables
| {id} | The relative $id of the schema to delete. | 
| Resource Information | |
|---|---|
| Authentication | Required | 
| Required OAuth Scopes | modify | 
| HTTP Method | DELETE | 
| Request Object | None | 
| Response Object | None |