• Promotions/
    Promotion Management/
    Delete a Promotion

    Delete a Promotion

    DELETE Delete by ID

    https://api.moltin.com/v2/promotions/:id
    

    Parameters

    Path parameters

    NameRequiredTypeDescription
    idRequiredstringThe ID of the promotion that you want to delete.

    Headers

    NameRequiredTypeDescription
    AuthorizationRequiredstringThe Bearer token required to get access to the API.

    Request Example

    curl -X DELETE https://api.moltin.com/v2/promotions/:id \
         -H "Authorization: Bearer XXXX"
    

    Response Example

    204 No Content

    Was this helpful?

    Previous
    Update Promotions