Remove Creator Code
To remove a creator code you will send a POST with no content to the /remove endpoint.
Applies a creator code to a basket.
Path parameters
basketIdentstringRequiredExample:
The basket identifier.
c00244-d2ac2e77418a55b25292a6bc7a719ad9c529ba2cResponses
200
Creator code removed successfully.
No content
422
The provided request is invalid. The error response will include detail as to which parameter failed validation.
post/baskets/{basketIdent}/creator-codes/remove
POST /api/accounts/baskets/{basketIdent}/creator-codes/remove HTTP/1.1
Host: headless.tebex.io/
Accept: */*
No content
Last updated