Form Filling Session Management
End Form Filling Session
End a form-filling session
POST
cURL
Use this endpoint to end a form-filling ambient session. Use your session identifier to identify the session you want to end.
At least one template must be provided in form-filling session context before you end the form-filling ambient session.
Code examples
The code examples below use placeholders and the stage host
sdp.suki-stage.com only as examples.
For credentials, base URLs, where to run Python or TypeScript, CORS, and cURL, refer to Using code examples in your integration in the API Reference Guidelines.- Python
- TypeScript
Headers
sdp_suki_token
Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.
Example:
"provider-123"
Path Parameters
ambient_session_id
Response
Success Response
The response is of type object.
Last modified on June 12, 2026
cURL