Request
Your API key: b2co_your_api_key
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
Indicates if the request was successful
Confirmation message: “Mobile app deleted successfully”
ISO 8601 timestamp of the response
Error Responses
false when the mobile app is not found
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 Response
Not Found Response
{
"success" : true ,
"data" : {
"message" : "Mobile app deleted successfully"
},
"timestamp" : "2024-01-15T12:00:00Z"
}