DELETE
/
apikeys
/
revoke
/
{id}
curl --request DELETE \
  --url https:/api.schedo.dev/api/apikeys/revoke/{id}
[
  [
    {
      "created_at": "<string>",
      "edges": {},
      "environment_id": 123,
      "id": 123,
      "internal": true,
      "key": "<string>",
      "name": "<string>",
      "organization_id": 123,
      "revoked": true
    }
  ]
]

Path Parameters

id
integer
required

API Key ID

Response

200 - application/json
OK

The response is of type array.