---
title: "Deactivates an integration client."
method: DELETE
path: "/integration-clients/{identifier}"
tags: ["integration-clients"]
---

# Deactivates an integration client.

`DELETE /integration-clients/{identifier}`

This operation will deactivate the specified integration client. The specified client will no longer be able to be used as a target.
Requires the privilege [`CLIENTS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `identifier` string, required

## Query parameters

- `teamId` string, required

## Other responses

- `400` — Bad Request
- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: CLIENTS_WRITE
- `404` — Not Found

---

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