---
title: "Delete organization"
method: DELETE
path: "/rest/servicedeskapi/organization/{organizationId}"
tags: ["Organization"]
---

# Delete organization

`DELETE /rest/servicedeskapi/organization/{organizationId}`

This method deletes an organization. Note that the organization is deleted regardless of other associations it may have. For example, associations with service desks.

**[Permissions](#permissions) required**: Jira administrator.

## Path parameters

- `organizationId` integer, required

## Response `204`

Returned if the organization was deleted.

## Other responses

- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have permission to complete this request.
- `404` — Returned if the organization does not exist.
- `500` — Internal Server Error.

---

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