# Reject Incoming Call **POST /calls/reject** Reject an incoming WhatsApp call. Use the call information from the webhook event to reject a call. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **call_from** (string) JID of the caller - **call_id** (string) Call ID from the call event ## Responses ### 200 Call rejected successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) ### 400 Bad request #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)