cURL
curl --request POST \ --url https://api.example.com/api/notification/new/template/remove \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{}
The response is of type object.
object