Deletes a taxonomy
fetch('https://{instance}.paligoapp.com/api/v2/taxonomies/{id}/',
{
method: 'DELETE'
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});
Responses
Status | Meaning | Description | Schema |
|---|---|---|---|
204 | Successful response. | None |
To perform this operation, you must be authenticated by means of one of the following methods: basicAuth