Skip to main content
DELETE
Deletes a Source.

Authorizations

Authorization
string
header
required

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

Path Parameters

source_id
string
required

Unique identifier for a Source that was uploaded to Totoy.

Maximum string length: 29
Pattern: ^src_[a-zA-Z0-9]{25}$

Response

OK

source_id
string
required

Unique identifier for the Source that was deleted.

Maximum string length: 29
Pattern: ^src_[a-zA-Z0-9]{25}$
Example:

"src_oXiYDg8QOc9JsOk86idRXiywD"

deleted
boolean
required

Indicates whether the Source was successfully deleted.

Example:

true