Skip to main content

Delete Source

DELETE
/v1/sources/{source_id}
Removes a source. Posts already ingested from this source are not deleted.

Path parameters

ParameterTypeDescription
source_idstring (UUID)Source ID
curl -X DELETE https://twixb.com/api/v1/sources/a174bc15-... \
  -H "X-API-Key: twxb_your_key_here"

Response

Returns 204 No Content on success.