Remove vendor by ID
Removes a vendor with the specified external ID from the dataset.
HTTP request
DELETE https://api-{location-id}.flexicapture.com/v2/dataset/vendor/{region}/{externalId}/{businessUnitId} where {location-id} is the supported location. |
Path parameters
Parameters | |
region |
path, string Required. Invoice region. Supported regions: US: USA, AU: Australia, EU: European Union countries, CA: Canada. |
ExternalId |
query, string Required. External vendor ID. |
businessUnitId |
path, string Required. Business Unit ID. |
Response
If successful, the server returns a 204 OK HTTP status.
18.05.2023 9:30:10