Delete fork
fetch('https://{instance}.paligoapp.com/api/v2/forks/{id}',
{
method: 'DELETE'
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});
Responses
Status | Meaning | Description | Schema |
|---|---|---|---|
204 | Successful response. | None |