---
title: "Revokes a bidder relation from a customer."
method: DELETE
path: "/authorization/relations/bidder"
tags: ["Bidder"]
---

# Revokes a bidder relation from a customer.

`DELETE /authorization/relations/bidder`

Idempotent: revoking a relation that was never granted is a no-op.

## Request body

- RevokeBidderRelationEndpointInput
  - `customer` string, uuid, required — The customer to revoke the relation from.
  - `relation` 'Admin' | 'Editor' | 'Viewer', required — Relations on the singleton `bidder` object that carries global RTB access. Grants are direct here and, unlike Organization, are never folded in from platform staff.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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