ChangelogAcademyStatusContact salesContact supportSign up
DocumentationAPI ReferenceIntegrations
DocumentationAPI ReferenceIntegrations
  • Get Started
    • Introduction
    • Authentication
  • Resources
    • Custom Variables
    • Dynamic Prompt Injection
    • Timezones
    • API Changelog
  • Platform API
LogoLogo
ChangelogAcademyStatusContact salesContact supportSign up
Platform APISubaccounts

DELETE
https://api.synthflow.ai/v2/subaccounts/:subaccount_id
DELETE
/v2/subaccounts/:subaccount_id
1curl -X DELETE https://api.synthflow.ai/v2/subaccounts/subaccount_id \
2 -H "Authorization: Bearer <token>"
Try it
200Deleted
1{
2 "status": "ok",
3 "response": {
4 "answer": "Subaccount deleted."
5 }
6}
Previous

Get a subaccount

Next
Built with
Deletes a subaccount by ID.
Delete a subaccount

Authentication

AuthorizationBearer

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

Path Parameters

subaccount_idstringRequired
Subaccount ID.

Response

200
statusstring or null
Whether the request was successful.
responseobject or null

Errors