Dataset - Deletes a dataset by its ID
Authorizations
Path parameters
datasetIdstring · uuidRequired
Enter ID of the dataset to delete.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Dataset successfully deleted.
400
Bad Request: The request could not be processed due to invalid syntax or incorrect/missing dataset ID or parameters.
404
Not Found: The specified dataset was not found, the URL is invalid, or the resource has been deleted.
409
Conflict: The deletion request could not be processed due to a conflict with the current state of the resource.
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
DELETE /datasets/{datasetId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated