Datasource

Delete

DEL
Delete a specific datasource

Path parameters

datasource_idstringRequired

Response

This endpoint returns any
DEL
1curl -X DELETE https://api.beta.superagent.sh/api/v1/datasources/datasource_id \
2 -H "Authorization: Bearer <token>"
200
Deleted
1{
2 "key": "value"
3}