DELETE
/
api
/
v1
/
admin
/
services
/
{service_id}
This response does not have an example.

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.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

service_id
integer
required

Response

204

Successful Response