Delete a Data Model

To delete a Data Model from your workspace, you need to know your workspace identifier and the Data Model identifier. The sample code uses a dataModelId of 09af09af-09af-09af-09af-09af09af09af and a workspaceId of 123456. Use the actual ID value of your workspace.

Delete a Data Model

curl 'https://ar.blazemeter.com/​api​/v1​/workspaces​/123456/assets/09af09af-09af-09af-09af-09af09af09af' 
    -X DELETE \
    -H 'accept: application/json' \
    -H 'Content-Type: application/json'

API Explorer: /assets

Delete A Data Model Response Attributes

Response200 Success

{
  "timestamp": "2022-07-22T13:43:47+00:00",
  "request_id": "758339fe4eb5f9ae267718da7768e38c",
  "result": [],
  "error": "string"
}