For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove Creator Code

To remove a creator code you will send a POST with no content to the /remove endpoint.

Remove a creator code from the basket.

post

Applies a creator code to a basket.

Path parameters
basketIdentstringRequired

The basket identifier.

Example: c00244-d2ac2e77418a55b25292a6bc7a719ad9c529ba2c
Responses
200

Creator code removed successfully.

No content

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