Skip to content

Remove project indicator application

DELETE
/api/v2/projects/{projectId}/indicator-applications/{applicationId}
curl --request DELETE \
--url https://localhost:10001/api/v2/projects/example/indicator-applications/example \
--header 'Authorization: <Authorization>'

Archives a project indicator application, removing it from its control

projectId
required
string

Project ID, UUID (urn:uuid optional), or slug:my-project

applicationId
required
string

Application ID or UUID (urn:uuid optional)

Indicator application removed

Bad request - Invalid application ID or application outside project

Error body returned by the governance endpoints; the message is human-readable and not a stable identifier

object
error
string
Example
Invalid request body

Unauthorized - Authentication required

Error body returned by the governance endpoints; the message is human-readable and not a stable identifier

object
error
string
Example
Invalid request body

Forbidden - No project access or insufficient permissions

Error body returned by the governance endpoints; the message is human-readable and not a stable identifier

object
error
string
Example
Invalid request body

Indicator application not found

Error body returned by the governance endpoints; the message is human-readable and not a stable identifier

object
error
string
Example
Invalid request body

Internal server error

Error body returned by the governance endpoints; the message is human-readable and not a stable identifier

object
error
string
Example
Invalid request body