# Delete External Agent **DELETE /v1/external-agents/{externalAgentId}** ## Servers - https://api.lwolf.com/backoffice: https://api.lwolf.com/backoffice () ## Parameters ### Path parameters - **externalAgentId** (string(uuid)) The id of the external agent. ## Responses ### 200 Request succeeded. #### Body: application/json (object) - **id** (string(uuid)) The unique id. - **createdTimestamp** (string(date-time) | null) The date and time of creation in UTC time. - **modifiedTimestamp** (string(date-time) | null) The date and time last modification in UTC time. - **endCode** (string) The code end or side of the transaction. - **typeCode** (string) The code for the type of external agent this is. This will be either "B" for outside broker or "R" for referral. - **paymentMethodCode** (string | null) The code for the method use to pay the external agent. - **firstName** (string) The first name of the external agent. - **lastName** (string) The last name of the external agent. - **companyName** (string | null) The name of the company for which the external agent works. - **addressLine1** (string | null) The street address. - **addressLine2** (string | null) The address unit number. - **addressCity** (string | null) The city of the address. - **addressPostalCode** (string | null) The postal code of the address. This will be unformatted. - **addressProvinceCode** (string | null) The two character state or province code. - **addressCountryCode** (string | null) The two character country code. - **phoneNumberMain** (string | null) The external agent's main phone number. - **phoneNumberBusiness** (string | null) The external agent's business phone number. - **faxNumberMain** (string | null) The external agent's main fax number. - **emailAddressMain** (string | null) The external agent's main email address. - **emailAddressBusiness** (string | null) The external agent's business email address. ### 400 Invalid request. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. ### 401 Unauthorized. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. ### 403 Permission denied. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. ### 404 Not found. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. [Powered by Bump.sh](https://bump.sh)