Delete analytics
Deprecated
This endpoint is deprecated and will be removed in a future version. Please use the new, more flexible /artifact/delete endpoint instead.
You can delete an analytics artifact by using its artifact_id from the /artifact/fetch response.
Endpoint: /analytics/delete
| Field | Type | Position | Required | Description |
|---|---|---|---|---|
| file_id | string | root | Yes | File Id that you want to delete |
Example:
{
"file_id": "RM_SqZLoUieWYu8-209-1693729854"
}
Response
| Field | Type | Position | Description |
|---|---|---|---|
| status | boolean | root | The status of the request |
| msg | string | root | Response message |