Skip to main content
DELETE
/
v1
/
onboarding
/
partner
/
applications
/
{applicationId}
Cancel an application
curl --request DELETE \
  --url https://api-sandbox.circle.com/v1/onboarding/partner/applications/{applicationId} \
  --header 'Authorization: Bearer <token>'
{
  "applicationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "pendingRfis": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "sections": [
    {
      "sectionName": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.circle.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

applicationId
string<uuid>
required

Application UUID

Response

Cancelled application

applicationId
string<uuid>
pendingRfis
string<uuid>[]
sections
object[]
status
enum<string>
Available options:
APPROVED,
CANCELLED,
DENIED,
DRAFT,
IN_REVIEW,
PENDING_CUSTOMER_INFORMATION,
SUBMITTED