Calls
Reject call
Declines an incoming call (no body). accepts id or the provider call id. Persists status REJECTED. Meta and web numbers.
Requires a number-scoped key.
POST
Reject call
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Declines an incoming call (no body). accepts id or the provider call id. Persists status REJECTED. Meta and web numbers.
Requires a number-scoped key.
curl --request POST \
--url https://pilotstatus.com.br/v1/calls/{callId}/reject \
--header 'x-api-key: <api-key>'{
"success": true,
"id": "call_01HZX...",
"status": "REJECTED"
}Was this page helpful?
curl --request POST \
--url https://pilotstatus.com.br/v1/calls/{callId}/reject \
--header 'x-api-key: <api-key>'{
"success": true,
"id": "call_01HZX...",
"status": "REJECTED"
}