Delete bike

Below you can find all the possible values and a example post request. This request deletes a bike based on its uniquearticlenumber. Be aware that when you delete a bike it deletes all data. No coin will be deducted when deleting a bike. The request must be in json format.

Delete a bike

Request URL

https://motokicx.com/api/deletemotorcycle.php?key=YOUR LICENSE KEY HERE

Request example

{
"userid": "1",
"uniquearticlenumber": "TCkzBzus8pKUeBeA"
}

All possible values / Explanation of each field

userid

This is your unique user id you can find on your account – This value has to be numeric. – This value is obligatory.

uniquearticlenumber

This is your unique bike id – This value has to be a random string. – This value is obligatory.