Last updated on 2nd April 2026

Delete a global config file via API

This method allows you to delete a global config file template. Deleting a global config file does not remove copies that have already been added to projects.

Tip: You can explore and test this endpoint interactively using our OpenAPI documentation.

URL

/global_config_files/<identifier>

Replace <identifier> with the identifier (UUID) of the global config file.

HTTP Method

DELETE

Supported Parameters

None

Example cURL Request

curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user your-email@example.com:your-api-key \
-X DELETE \
https://test.deployhq.com/global_config_files/df8966fe-e161-4517-98e2-24f79102dd62

Example Response

{
  "status": "deleted"
}