---
title: "Delete authorization configuration by program"
method: DELETE
path: "/v1/config/program/{programId}"
tags: ["Authorization configurations"]
---

# Delete authorization configuration by program

`DELETE /v1/config/program/{programId}`

Delete the authorization configuration at the program level. This level can be used as a default configuration for all accounts in this program and at a more granular level than org.

## Path parameters

- `programId` integer, required

## Headers

- `x-tenant` string, required

## Response `204`

Deleted

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
