Skip to content
API

Delete Campaign Bid By Id

DELETE
/v1/campaign-service/campaigns/{campaign-id}/bids/{bid-id}

Endpoint to delete a bid.

Authentication

Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.

Don't have an API key yet? Learn how to generate one.

Authorization
required
string

The header containing a private API key. Format this header as follows:

Authorization: Bearer <YOUR-API-KEY>

Path Parameters

object
campaign-id
required

The ID of the campaign.

string format: uuid

The ID of the campaign.

bid-id
required

The ID of the bid.

string format: uuid

The ID of the bid.

Responses

Successful Response