> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Third Party Service (Admin)

> Delete a third-party service entry and its associated secrets.

Delete a third-party service entry and its associated secrets (admin only).

* **Method:** DELETE
* **Path:** `/api/v1/admin/services/{service_id}`

## Path Parameter

* `service_id` (integer, required): The ID of the service

## Response

Returns a 204 No Content response on success.

<OpenAPIPlayground endpoint="/api/v1/admin/services/{service_id}" method="DELETE" />
