Delete signing profile initials image
Removes the uploaded initials image from the client's signing profile while
preserving all other profile settings.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Remove the uploaded initials image from your client's signing profile. The endpoint clears the stored initials image and deletes the underlying file, while preserving every other profile setting (display name, signer email, signature image, and default field values). It returns the updated signing profile.
If no initials image is currently set, the call still succeeds and simply leaves the profile unchanged.
Authentication & access
- Requires a client API token:
Authorization: Bearer <token>. - The caller must hold the
contracts.signing_profile.writepermission and have the OWNER or OPERATIONS role. - Contract signing must be enabled for the client. If it is disabled, the request returns
403.
Response
200 — Returns the updated signing profile (ClientSigningProfileResponse). After a successful delete, initials_file_id is null. The response also includes id, display_name, signer_email, signature_file_id, default_fields, created_at, and updated_at.
Error responses
| Status | When |
|---|---|
403 | Contract signing is disabled for the client |
404 | No signing profile exists for this client |
500 | The profile could not be re-read after the update |
Standard 401 (authentication), 403 (insufficient permission or role), and 429 (rate limit) responses apply to every endpoint and are documented in the Error reference.