Delete model
⚠️ DEPRECATED: This endpoint is deprecated and will be removed in a future version. Please migrate to the new Datasets API instead.
Deletes the model specified
Request schema
Path parameters
source_id
integerrequired
ID of the source
model_id
integerrequired
ID of the model
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
DELETE
https://app.getcensus.com/api/v1/sources/{source_id}/models/{model_id}
DELETE /api/v1/sources/{source_id}/models/{model_id} HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Model successfully deleted.
200
status
string
example:
{ "status": "deleted" }