Skip to main content
DELETE
/
v1
/
domains
/
{id}
Delete a domain
curl --request DELETE \
  --url https://api.fortressproductivity.com/v1/domains/{id} \
  --cookie better-auth.session_token=
{
  "code": "<string>",
  "message": "<string>",
  "issues": [
    {
      "path": [
        "<string>"
      ],
      "message": "<string>"
    }
  ],
  "details": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Human web-session cookie issued by Better Auth.

Path Parameters

id
string
required
Minimum string length: 1
Example:

"act_123"

Response

No content