Delete Installation File

Delete a single installation file, if the requesting manager has access permissions to it.

  • Method: DELETE

  • URL: /api/v1/installation-files /{id}/

Description: Deletes the installation file identified by {id}.

Example response

Response
HTTP/1.1 204 No Content

Request parameters

There are no path/query/header/body/form-data parameters defined for this endpoint beyond the {id} path segment. This endpoint does not return a response body on success.

Notes

circle-info
  • Ensure the requester has the proper access permissions to delete the installation file.

  • The URL shown includes the exact spacing as provided: "/api/v1/installation-files /{id}/".

Was this helpful?