Sources
Deletes a Source.
DELETE
/
sources
/
{source_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
source_id
string
requiredUnique identifier for a Source
that was uploaded to Totoy.
Maximum length:
29
Response
200 - application/json
source_id
string
requiredUnique identifier for the Source
that was deleted.
Maximum length:
29
deleted
boolean
requiredIndicates whether the Source
was successfully deleted.