Speakers
Delete speaker
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/speakers/{speakerid}", "name" "delete an existing speaker", "method" "delete", "request" { "pathparameters" \[ { "kind" "required", "name" "{organizationid}", "type" "number", "children" \[], "description" "the id of the brella organization you are trying to retrieve data from" }, { "kind" "required", "name" "{eventid}", "type" "number", "children" \[], "description" "the id of the brella event you are trying to retrieve data from" }, { "kind" "required", "name" "{speakerid}", "type" "number", "children" \[], "description" "the id of the speaker you are trying to update" } ], "queryparameters" \[], "headerparameters" \[ { "kind" "required", "name" "brella api access token", "type" "string", "children" \[], "description" "your unique brella api key" }, { "kind" "required", "name" "accept", "type" "string", "children" \[], "description" "application/vnd brella v4+json" }, { "kind" "required", "name" "content type", "type" "string", "children" \[], "description" "application/json" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "psobomoj9uo00ibrqhmgp", "code" "{\n \\"data\\" {\n \\"id\\" \\"126830\\",\n \\"type\\" \\"speaker\\",\n \\"attributes\\" {\n \\"honorific\\" \\"dr\\",\n \\"first name\\" \\"jonathan\\",\n \\"middle name\\" \\"masters\\",\n \\"last name\\" \\"smithsonian\\",\n \\"job title\\" \\"chief technology officer\\",\n \\"company name\\" \\"brella co ,\\",\n \\"photo url\\" null,\n \\"bio\\" {\n \\"blocks\\" \[\n {\n \\"text\\" \\"this is our bio \<div>and it supports rich text\</div>\\",\n \\"type\\" \\"unstyled\\",\n \\"entity ranges\\" \[]\n }\n ]\n },\n \\"highlight position\\" 1,\n \\"external id\\" \\"ba019290\\",\n \\"position\\" 1\n },\n \\"relationships\\" {\n \\"speaker assignments\\" {\n \\"data\\" \[]\n }\n }\n },\n \\"included\\" \[]\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "5qnio cg tga cpc0ilca", "code" "curl location g request delete 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/speakers/{speakerid}' \\\\\n header 'brella api access token string' \\\\\n header 'accept application/vnd brella v4+json' \\\\\n header 'content type application/json'", "language" "curl", "customlabel" "" } ], "selectedlanguageid" "5qnio cg tga cpc0ilca" }, "description" "delete an existing speaker in an event", "currentnewparameter" { "label" "path parameter", "value" "pathparameters" } }