v5
latestOpenAPI 3.1.02026-08-081,0211,3082.1 MBREGISTRY
Delete Registry
Deletes registry. If already deleted, returns 404 db: Session = Depends(get_db) is a dependency injection which returns the db session with the tenant registry_id: registry to delete registry: registry object fetched from db which needs to be deleted auth=Depends(has_token) is a dependency injection which validates and returns the user_id
delete/registries/{registry_id}
Path parameters
registry_idinteger required
Response
Successful Response