Property-Data-Trust-Framework / api

Open API Specifications for the Property Data Trust Framework
MIT License
13 stars 3 forks source link

Unsubscribe endpoint has no parameters/payload #17

Open iWader opened 1 year ago

iWader commented 1 year ago

There are no parameters/payload on the DELETE /transactions/:uuid/subscribe endpoint, this means there is no way to identify which subscription to delete in the event there is more than one for a single transaction.

Ideally this request should send the callback url, or other identifying data so we can determine which subscription to remove.