DELETE
/
wallet-pass
/
{id}
Delete Pass
curl --request DELETE \
  --url https://api.ubpass.co/v1/wallet-pass/{id} \
  --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

id
string
required

wallet pass id

Response

Success