---
title: "Revoke Masqueradable"
method: POST
path: "/internal/hard-masquerade/{record_id}/revoke"
tags: ["internal"]
---

# Revoke Masqueradable

`POST /internal/hard-masquerade/{record_id}/revoke`

Remove a company's hard-masquerade approval.

Deletes the CompanyMasqueradable record so the company is no longer eligible
and cannot be activated until it is re-proposed and re-approved. Does not
touch any admin whose session is already hard-masquerading as that company;
they return home the normal way by deactivating.

## Path parameters

- `record_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
