# Cancel free spins campaign **POST /free-spins-campaign/cancel** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **campaignId** (string) campaignId from /free-spins-campaign/create request - **providerCampaignId** (string) id returned in /free-spins-campaign/create response ## Responses ### 200 Successful response #### Body: application/json (object) object ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **message** (string) ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **message** (string) ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)