Voltar para INNK API Gateway
crudRoutesDelete
ENDPOINT
Remove uma rota do gateway.
System
INNK API Gateway
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{5}
auth
:
{3}
type
:
"JWT"
required
:
true
rolesAllowed
:
[1]
http
:
{2}
errorStatusCodes
:
{4}
successStatusCodes
:
[1]
path
:
"/api/v1/gateway/routes/{routeId}"
method
:
"DELETE"
rateLimit
:
{3}
limit
:
60
scope
:
"user"
windowSeconds
:
60
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authToken"
1
"userId"
2
"routeId"
properties
:
{3}
userId
:
{2}
routeId
:
{2}
authToken
:
{2}
Outputs (2)
error
ERROR
Resposta de erro
{3}
type
:
"object"
required
:
[1]
0
"error"
properties
:
{1}
error
:
{2}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[2]
0
"success"
1
"meta"
properties
:
{3}
data
:
{1}
meta
:
{2}
success
:
{1}