Skip to main content
DELETE
/
v1
/
s
/
connection
Delete a connection (sessionToken)
const options = {
  method: 'DELETE',
  headers: {'x-api-key': '<api-key>', 'x-api-secret': '<api-key>'}
};

fetch('https://api.runmorph.dev/v1/s/connection', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{}

Authorizations

x-api-key
string
header
required
x-api-secret
string
header
required

Response

No Content

The response is of type object.