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.
https://motokicx.com/api/deletemotorcycle.php?key=YOUR LICENSE KEY HERE
{
"userid": "1",
"uniquearticlenumber": "TCkzBzus8pKUeBeA"
}
This is your unique user id you can find on your account – This value has to be numeric. – This value is obligatory.
This is your unique bike id – This value has to be a random string. – This value is obligatory.
Motokicx API Documentation - Made by Webtica