# Remove campaign creators

Remove creators from the campaign by creator id (the id field from the Creators list). The creators' links are deleted while the campaign and subscriptions are kept; detection stops for the removed creators. Idempotent: ids that aren't on the campaign are ignored.

Endpoint: DELETE /public/v1/social/listening/campaign/{campaign_id}/creators/
Version: 1.0.0
Security: Bearer

## Path parameters:

  - `campaign_id` (integer, required)
    Unique identifier for the resource

## Request fields (application/json):

  - `creator_ids` (array, required)
    IDs of the campaign creator links to remove, as returned in the campaign Creators list ('id').


## Response 400 fields

## Response 401 fields

## Response 422 fields
