Delete an automation project

delete/projects/{projectId}
Internal-Use Only

When it is not needed anymore, the automation project can be deleted with the request below. By default, this API deletes the automation project while keeping its associated analytics project. To delete both projects, set the query parameter "propagate" to true.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
projectId
string
true

projectId

Query Parameters

NameTypeRequiredDescription
propagate
boolean
false

Propagate deletion to the underlying analytics project

Default:
false

Responses

StatusMeaningDescription
204No ContentThe project was deleted.