cURL
curl --request DELETE \ --url https://api.totoy.ai/v1/sources/{source_id} \ --header 'Authorization: Bearer <token>'
{ "source_id": "src_oXiYDg8QOc9JsOk86idRXiywD", "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for a Source that was uploaded to Totoy.
Source
29
OK
The response is of type object.
object