Delete Signing Profile Initials Image

Delete signing profile initials image

Removes the uploaded initials image from the client's signing profile while
preserving all other profile settings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.write permission 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

StatusWhen
403Contract signing is disabled for the client
404No signing profile exists for this client
500The 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.

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json