Skip to main content
Cancel Pending Invites
curl --request DELETE \
  --url 'https://dev.api.fleets.usedora.com/api/v1/riders/cancel-rider-invite/{{rider_uuid}}'
{
"status": "success",
"message": "Riders invite cancelled successfully."
}

📝 Summary

This endpoint allows the cancellation of pending rider invitations that have not yet been accepted. It can be used to revoke access for riders who were invited but are no longer required to join the platform.

Responses

HTTP Status CodeMeaningDescriptionData schema
200OKnoneInline
422Bad RequestnoneInline
{
"status": "success",
"message": "Riders invite cancelled successfully."
}