freme-project / freme-project.github.io

Apache License 2.0
2 stars 0 forks source link

[e-link/templates] delete template/pipeline shows wrong response #307

Closed bgrusdt closed 8 years ago

bgrusdt commented 8 years ago

When I delete a template on the full API the reponse I get is:

Response Body: no content Response Headers: "error": "no response from server" Response Code: 0

But the template was actually deleted and the response on the terminal from the curl command is as it is supposed to be: The Template: XX was removed sucessfully.

curl -X DELETE --header 'Accept: application/json' --header 'X-Auth-Token: YOUR_TOKEN' 'https://api.freme-project.eu/current/e-link/templates/4500'
bgrusdt commented 8 years ago

The same happens when deleting pipelines.

jnehring commented 8 years ago

dublicate of #303