cURL
curl --request POST \ --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id}/sources/{source_id}/disconnect \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Disconnect a data source.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response