Skip to main content
DELETE
/
v1
/
renders
/
{id}
/
shares
/
{shareId}
Revoke a share link
curl --request DELETE \
  --url https://api.craftkit.dev/v1/renders/{id}/shares/{shareId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
  "revokedAt": "2026-06-21T11:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Project API key (ck_live_… or ck_test_…) presented as a bearer token. For embed partner endpoints this is the partner secret key, which is the same credential type.

Path Parameters

id
string<uuid>
required

The render id.

shareId
string<uuid>
required

The share id.

Response

Share revoked.

id
string<uuid>
required
revokedAt
string<date-time>
required