Hi, I am trying to delete the relationship with th...
# ory-network
g
Hi, I am trying to delete the relationship with this command
ory delete relationships --namespace=Folder --force
but getting this error
Error: undefined response type
. I have tried with
--format
also but am getting the same error. Does anyone know what am I doing wrong?
s
this can happen when you get a cloudflare error, as the generated SDK cannot handle that are you doing lots of requests in a short amount of time?
g
Oh, I get it. Yes, I was handling lots of requests in a short amount of time for development and testing the VSCode extension.