Delete a project mobile app

View as Markdown
Delete a previously uploaded mobile app from a mobile project.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

projectIdstringRequiredformat: "uuid"
Project ID
appIdstringRequiredformat: "uuid"
Mobile app ID

Response

Mobile app deleted
deletedboolean

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error