delete https://api.sendwyre.com/v3/subscriptions/
Remove any subscription you created to prevent further callbacks
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests⦠|
Loadingβ¦
Responses
Remove any subscription you created to prevent further callbacks
time | status | user agent | |
---|---|---|---|
Retrieving recent requests⦠|
xxxxxxxxxx
12const options = {
method: 'DELETE',
headers: {
accept: 'application/json',
Authorization: 'Bearer SK-XXXXXXXX-XXXXXXXX-XXXXXXXX'
}
};
β
fetch('https://api.sendwyre.com/v3/subscriptions/subscriptionId', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));
Try It!
to start a request and see the response here! Or choose an example: