Skip to main content
DELETE
/
{id}
Delete or archive a datasource
curl --request DELETE \
  --url https://api.reelevant.com/v2/datasources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "program": "<string>",
  "version": "<string>",
  "datetime": "<string>",
  "status": "fail",
  "code": 123,
  "message": "<string>",
  "data": {},
  "error_code": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Pattern: ^[0-9a-fA-F]{24}$

Query Parameters

archive
boolean
dry-run
boolean
force
boolean

Response