# Manually decline an ambassador (manager) **PATCH /manager/ambassadors/{id}/decline** the refused candidate will receive an email with the reason of the refusal and be immediately deleted from the database ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The ambassador id ### Query parameters - **preview-mail** (boolean) if set , the preview of the mail sent to the ambassador will be returned , no mail will be sent ### Body: application/json (object) - **reason** (string) The reason of the decline ## Responses ### 200 success #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The ambassador does not exist [Powered by Bump.sh](https://bump.sh)