Skip to content

Delete an agent URL configuration

DELETE
/api/v4/projects/{id}/cluster_agents/{agent_id}/url_configurations/{url_configuration_id}

Deletes an agent URL configuration. You must have the Maintainer or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.

id
required
One of:
string

The ID or URL-encoded path of the project

agent_id
required
integer

The ID of an agent

url_configuration_id
required
integer

The ID of the agent url configuration

Resource deleted

Bad Request

Not Found