Delete service via GraphQL API
josescap
PROOP

a year ago

I have a question, I want to know why I can't delete a services via GraphQL API.

I always get a 401 response, but a I can perform any other actions.

Thx a lot.

8 Replies

josescap
PROOP

a year ago

N/A


erisa
HOBBY

a year ago

what query are you sending thats failing?


josescap
PROOP

a year ago

This query, I'm using postman.

1349355311907078100


josescap
PROOP

a year ago

1349355378919346200


josescap
PROOP

a year ago

This is an example of deleteProject, but I always get same error.


josescap
PROOP

a year ago

I'm getting a 504 error

1349359833937084400


brody
EMPLOYEE

a year ago

we had some latency spikes yesterday that we believe to have fixed, are you still getting this error?


marioshaya
FREE

5 months ago

I still get the problem
It works perfectly with redeploy but not on remove it. Also on railway docs, it has no docs on removing, does it mean railway doesn't allow removing (stopping) a deployment via graphql API

?

here's my log
Railway Internal API error response: {

status: 400,

statusText: 'Bad Request',

body: '{"errors":[{"message":"Problem processing request","traceId":"5286951895229110264"}]}\n'

}

Deployment removal failed: Railway Internal API error: 400 Bad Request - {"errors":[{"message":"Problem processing request","traceId":"5286951895229110264"}]}


Loading...