Permanently Delete a Project

Permanently Delete a Project

This endpoint permanently deletes a specific active signature request document by its project identifier (UUID). Once deleted, the project cannot be recovered or restored.


HTTP Method and URL

  • Method: DELETE

  • URL: {{host}}/my/projects/:uuid?user_type=ENTERPRISE_API


Authentication Requirements

  • Header:
    • Authorization: Bearer {USER-TOKEN}

Path and Query Parameters

  • Path Parameter:

    • uuid (string, required): The unique identifier of the project to be deleted.
  • Query Parameter:

    • user_type (string, required): Must be set to ENTERPRISE_API.

Example Request

DELETE {{host}}/my/projects/luKMW42D83gZU2J?user_type=ENTERPRISE_API
Authorization: Bearer {USER-TOKEN}

Example Successful Response

{
  "message": ""
}

Error Responses

  • 401 Unauthorized

    • The request is missing a valid authentication token or the token is invalid.

            {
            "error": "Unauthorized",
            "message": "Authentication credentials were missing or invalid."
            }
      
  • 404 Not Found

    • The specified project UUID does not exist or has already been deleted.

            {
            "error": "Not Found",
            "message": "Project not found."
            }
      

Usage Notes

  • This operation is irreversible. Deleted projects cannot be restored.

  • Ensure you have the correct uuid before performing this action.

  • Only users with appropriate permissions can delete projects.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string
Responses

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