cURL
curl --request DELETE \ --url https://api.example.com/api/core/confluence/configuration/{config_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an existing confluence sync configuration
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?