curl --request POST \
--url https://api.example.com/speakers/delete \
--header 'Content-Type: application/json' \
--data '{
"id": 123
}'{
"success": true
}curl --request POST \
--url https://api.example.com/speakers/delete \
--header 'Content-Type: application/json' \
--data '{
"id": 123
}'{
"success": true
}Was this page helpful?