---
title: Delete an app clip invocation for testers in testflight
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-betaappclipinvocations-_id_
---

# Delete an app clip invocation for testers in testflight

Delete an App Clip invocation you make available to testers in TestFlight.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/betaAppClipInvocations/{id}

## Path Parameters

id: The opaque resource ID that uniquely identifies the Beta App Clip Invocations resource.

## Response Codes

204 No Content: The request completed successfully and the specific Beta App Clip Invocations resource was deleted. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Managing Beta App Clip Invocation

- [Read beta app clip invocation information](appstoreconnectapi/get-v1-betaappclipinvocations-_id_.md)
- [Create an app clip invocation for testers in testflight](appstoreconnectapi/post-v1-betaappclipinvocations.md)
- [Modify an app clip invocation you provide to testers](appstoreconnectapi/patch-v1-betaappclipinvocations-_id_.md)
