Skip to main content
Delete speaker
curl --request POST \
  --url https://api.example.com/speakers/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123
}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
integer
required

Response

200 - application/json

OK

The response is of type object.