/split/
Description:
The /split/{splitId}
endpoint deletes the split with the specified splitId from the system.
Method:
DELETE
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/split/{id} \
--header 'Authorization: Bearer <token>'
{
"message": "Split deleted successfully"
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Split ID
Success
The response is of type object
.
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/split/{id} \
--header 'Authorization: Bearer <token>'
{
"message": "Split deleted successfully"
}