DELETE /products/{id}/salestypeOverrides/{salesTypeId}

Headers

  • Authorization string Required

    Authorization header

Path parameters

  • id integer Required

    The ID of the product for which to delete a sales type override

  • salesTypeId integer Required

    The ID of the sales type for which to delete a sales type override

Responses

  • 204

    Sales type override deleted successfully (or override did not exist)

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string
    • Access-Control-Allow-Credentials string
    • X-Trace-Id string
DELETE /products/{id}/salestypeOverrides/{salesTypeId}
curl \
 --request DELETE 'https://rest.api.24sevenoffice.com/v1/products/{id}/salestypeOverrides/{salesTypeId}' \
 --header "Authorization: string"