DELETE /api/v3/vendor/{vendorId}

Deletes a vendor

DeleteVendorV3 Permissions: Vendors (Delete)
Use this endpoint to permanently remove a vendor. The vendor must not have any associated accounts; reassign accounts to another vendor first using PUT /vendor/{vendorId}/account.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
vendorId Unique numeric identifier of the vendor to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.
404 Not Found The requested resource was not found. Verify the ID or path is correct.