Deleting a Model

You use this API to delete a model.

Request

  • HTTP Method: DELETE

  • URL: Application_URL/services/api/v1/models({modelId})

  • Example URL: Application_URL/services/api/v1/models(E0B15BE85E2B41FBA06069B8D61CEB09)

  • Authorization: You must have the roles MODEL_DELETE assigned to your user ID in the SAP Cloud Platform account.

Response

If the system deletes the model header successfully, system returns the code "204 No Content" in the response payload.

For more information, see https://help.sap.com/doc/e8d1e2658da546de98ef9a6038474334/1902/en-US/model.html#models__modelId___delete.