cURL
curl --request DELETE \ --url https://dashboard.laburen.com/api/datasources/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "type": "<string>", "name": "<string>", "status": "unsynched", "groupId": "<string>", "updatedAt": "2023-12-25", "createdAt": "2023-12-25", "lastSynch": "2023-12-25", "config": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the datasource
Success
The response is of type object.
object
Was this page helpful?