When i try to delete a serie with the api call (localhost:8989/api/series/delete), i get:
{
message: “MethodNotAllowed”
}
returned, i tried to give the id as parameter and with the body aswell. But always the same result.
Hopefully someone can help me