Skip to content

Delete token for Gitlab webhooks

DELETE
/v1/apps/{org_uuid}/gitlab/webhook/token

This deletes the organization-scoped token.

It successes even if no token was set

Only admin members or API keys can perform this operation.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Responses

No Content

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI