DELETE
https://api.craftkit.dev/v1/renders/:id/shares/:shareIdrevokedAt (reason revoked_by_partner). The public
/share/:token URL stops resolving immediately. A share can only be revoked once — an
already-revoked or unknown share returns 404. See Sharing.
Authorization
Bearer ck_live_…Path parameters
The render id.
The share id to revoke.
Response
200:
The revoked share id.
ISO 8601 revocation timestamp.
Errors
| Status | code | Meaning |
|---|---|---|
| 401 | unauthorized | Missing/invalid/revoked key. |
| 404 | not_found | Render not found, or share not found / already revoked. |
cURL
200