Home Docs Schema Formats Errors

forbidden

forbidden Error — Conduit Documentation

403 — Forbidden

You do not have permission to perform this action.

What This Error Means

This error indicates that Conduit encountered a condition preventing the request from being completed. Below are the most common causes and how to resolve them.

Common Causes

  • Authenticated but insufficient privileges
  • Attempting to write to a read-only table
  • Attempting to mutate schema without admin role

How to Fix It

  • Use a token with higher privileges
  • Check table-level permissions
  • Ensure your role allows schema mutation

Example Request

DELETE /v1/users/42

Example Response

{"error":{"title":"Forbidden","message":"You do not have permission.","status":403}}

← Back to Error Index