VolumeService
Delete a model
Permanently deletes a custom model resource. The model must not be in use by an active deployment.
delete/projects/{projectId}/models/{id}
Path parameters
projectIdstring required
ID of the project that owns the model.
idstring required
Model identifier.
Response
OK
DEDeleteResponse required
Empty response returned after a successful delete operation.
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○