Delete an advertiser

DELETE /advertising/v1.0/advertisers/{advertiserId}

Endpoint for deleting advertisers.

Path parameters

  • advertiserId string Required

    Id of an advertiser. It is either id that was provided in the response of the insert endpoint or it can be thirdPartyId, if it has been provided in the request body of the advertiser insert endpoint.

Responses

DELETE /advertising/v1.0/advertisers/{advertiserId}
curl \
 -X DELETE http://apis.public-staging.reas.cz/advertising/v1.0/advertisers/63d9007e66fc41b2cd1057c6 \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "success": true
}