Skip to main content
DELETE
Delete Claim

Overview

This endpoint allows users to delete (cancel) their parking spot claims.
Deleting a claim will free up the associated availability for other users to claim.

Authentication

Path Parameters

id
string
required
Unique identifier of the claim to delete

Response

message
string
required
Confirmation message
deleted_claim_id
string
required
ID of the deleted claim

Example Request

Example Response

Side Effects

When a claim is deleted:
  • The associated availability becomes available for other users to claim
  • Any notifications related to this claim are marked as resolved
  • The parking spot owner is notified of the cancellation

Error Responses