Skip to main content
DELETE
/
projects
/
{id}
/
ai-gateway
/
block
Unblock project
curl --request DELETE \
  --url https://api.specular.dev/projects/{id}/ai-gateway/block \
  --header 'Authorization: Bearer <token>'
{
  "projectId": "<string>",
  "blocked": true
}

Authorizations

Authorization
string
header
required

Bearer authentication with API key (format: Bearer sk_xxx)

Path Parameters

id
string
required

Project ID

Response

Project unblocked successfully

Project unblocked successfully

projectId
string
blocked
boolean