---
title: "Stops a sponsored campaign / ad (ad set) from running. Initiated by a user."
method: POST
path: "/v2/sponsored-campaigns/stop"
tags: ["Advertising"]
---

# Stops a sponsored campaign / ad (ad set) from running. Initiated by a user.

`POST /v2/sponsored-campaigns/stop`

## Request body

- RobloxAdConfigurationApiModelsStopSponsoredCampaignRequest — A model represents a request to stop a sponsored campaign / ad.
  - `adSetId` integer — The ID of the ad set to stop.

## Response `200`

OK

- integer

## Other responses

- `400` — 10: Insufficient permissions. 14: Invalid ad set id. 31: Internal server error
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `503` — 1: This feature is disabled.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/e15802062270/schema)
