SignatureAPI home pagelight logodark logo
  • Home
  • Dashboard
  • Support
Senders
Delete a sender
API
Embedded UI
Dashboard
Power Automate
  • Reference
  • Guides
  • Introduction
    • Welcome
    • Can I _______ ?
    • Quickstart
    • Concepts
    Reference
    • API Overview
    • Authentication
    • Test Mode
    • Webhooks
    • Pagination
    • Errors
    Explore
    • API Playground
    • Postman Collection
    • OpenAPI Spec
    Envelopes
    • Envelope object
    • Envelope lifecycle
    • Organizing envelopes
    • Localization
    • Attestation & Compliance
    • POST
      Create an envelope
    • GET
      List envelopes
    • GET
      Get an envelope
    • PATCH
      Update an envelope
    • DEL
      Delete an envelope
    • POST
      Cancel an envelope
    Recipients
    • Recipient object
    • Recipient lifecycle
    • Recipient routing
    • Recipient authentication
    • Signer
    • GET
      Get a recipient
    • POST
      Replace a recipient
    • POST
      Resend request
    Documents
    • Document object
    • Templates
    • Uploading Documents
    • GET
      Get a document
    Places
    • Place Object
    • Place Positioning
    • Capturing Input
    • Signature Place
    • Initials Place
    • Text Input Place
    • Text Place
    • Date Places
    Deliverables
    • Deliverable object
    • Audit Log
    • Verify
    • GET
      Get a deliverable
    Ceremonies
    • Ceremony object
    • Ceremony URL
    • Redirect URL
    • POST
      Create a ceremony
    Events
    • Event object
    • Event types
    • GET
      List events
    • GET
      List envelope events
    • GET
      List recipient events
    Files
    • File object
    • POST
      Create a file
    • GET
      Get a file
    Senders
    • Sender object
    • POST
      Create a sender
    • GET
      Get a sender
    • DEL
      Delete a sender
    Senders

    Delete a sender

    DELETE
    /
    v1
    /
    senders
    /
    {sender_id}
    This feature is in public preview

    Deletes a sender. Once deleted, the sender can no longer be used to send envelopes on its behalf.

    ​
    Path Parameters

    ​
    sender_id
    string
    required

    The unique identifier of a sender.

    ​
    Returns

    Returns a 204 No Content status code if successful, or an error otherwise.

    Get a sender
    twitter
    Powered by Mintlify