Skip to main content
DELETE
https://api.bit2connect.com
/
1.0
/
mobile-apps
/
{id}
curl -X DELETE "https://api.bit2connect.com/1.0/mobile-apps/550e8400-e29b-41d4-a716-446655440000" \
  -H "X-API-KEY: b2co_your_api_key"
{
  "success": true,
  "data": {
    "message": "Mobile app deleted successfully"
  },
  "timestamp": "2024-01-15T12:00:00Z"
}

Request

X-API-KEY
string
required
Your API key: b2co_your_api_key
id
string
required
The unique identifier of the mobile app to delete
Permanent Action: Deleting a mobile app is permanent and cannot be undone. Any dynamic links currently using this mobile app will lose their mobile app association.

Response

success
boolean
Indicates if the request was successful
data
object
Response data object
data.message
string
Confirmation message: “Mobile app deleted successfully”
timestamp
string
ISO 8601 timestamp of the response

Error Responses

success
boolean
false when the mobile app is not found
error
string
Error message: “Mobile app not found”
curl -X DELETE "https://api.bit2connect.com/1.0/mobile-apps/550e8400-e29b-41d4-a716-446655440000" \
  -H "X-API-KEY: b2co_your_api_key"
{
  "success": true,
  "data": {
    "message": "Mobile app deleted successfully"
  },
  "timestamp": "2024-01-15T12:00:00Z"
}