Skip to main content

Delete a data model

Availability-noteDeprecated

Deletes a data model by its name.

Information noteNote: Only the Super Admin type users with the administration role have access to this API. For more information about MDM user types, see MDM user types and system roles.
Request
DELETE /services/rest/system/models/{model}
Parameters
  • name: This is a String value which specifies the name of the data model to be deleted.
Headers
  • Authorization: Basic Authentication scheme
Response No content.
Status
  • 204 OK: The operation is executed successfully.
  • 403 FORBIDDEN: Missing required permission.
  • 404 NOT FOUND: The resource does not exist.
  • 500 INTERNAL SERVER ERROR: Other errors.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!