Skip to main content
DELETE
/
api
/
apps
/
{id}
/
log-sources
/
{source_id}
Delete a log source.
curl --request DELETE \
  --url https://api.rigbox.dev/api/apps/{id}/log-sources/{source_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

App ID

source_id
string
required

Source ID

Response

200 - application/json

Log source deleted

Generic success envelope — used across all domains.

message
string
required