cURL
curl --request DELETE \ --url https://api.rigbox.dev/api/apps/{id}/log-sources/{source_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Remove a log source from an app.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
App ID
Source ID
Log source deleted
Generic success envelope — used across all domains.