---
title: "Delete Tenant Thirdparty"
method: DELETE
path: "/supertokens/delete-tenant-thirdparty"
tags: ["SUPERTOKENS"]
deprecated: true
---

# Delete Tenant Thirdparty

`DELETE /supertokens/delete-tenant-thirdparty`

> **Deprecated.**

Deletes the tenant's third party config

Deleting a provider locks every SSO user of `new_tenant` out of the product,
so `new_tenant` must be the tenant the caller addressed.
:return: ok status and optional message.

## Query parameters

- `new_tenant` string, required
- `third_party_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid request data
- `403` — `new_tenant` is not the tenant the caller addressed
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
