DELETE
/
wallet-pass-location
/
{locationId}
Delete a Pass Location
curl --request DELETE \
  --url https://api.ubpass.co/v1/wallet-pass-location/{locationId} \
  --header 'api-key: <api-key>'
This response does not have an example.

Authorizations

api-key
string
header
required

API Key authentication

Headers

x-workspace-id
string

Workspace ID to perform the operation in. If not provided, system will use the first one assigned to the user

Path Parameters

locationId
string
required

Unique identifier of the wallet pass location to delete

Response

Location has been deleted successfully