---
title: "Reject sponsored charge points"
method: POST
path: "/api/v1/sponsored-charge-points/reject"
tags: ["Sponsored Charge Points"]
---

# Reject sponsored charge points

`POST /api/v1/sponsored-charge-points/reject`

Rejects (deletes) the provided sponsored charge points. </br></br>Required scope: `sponsored-charge-points:delete` </br>Organization authorization: `supported`

## Request body

- SponsoredChargePointReject
  - `sponsoredChargePointIds` integer[], required — List of sponsored charge point ids to reject (the underlying sponsorship will be removed)

## Response `204`

Sponsored charge points rejected

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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