Skip to main content

Remove a target (app integration/platform registration) from an app. Triggers two reconciliation passes before deleting:

DELETE 

/api/v1/apps/:app_slug/targets/:target_id

Remove a target (app integration/platform registration) from an app. Triggers two reconciliation passes before deleting: first, any app_target_ids deployments that reference this target are updated to remove the target assignment; second, label-selector materializer is re-run across all app deployments so device assignment counts stay accurate. The target is then deleted and the transaction is committed.

Request

Responses

Success