bruno/memori-backend/Integration/Deletes an existing Integration object.bru

17 lines
234 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Deletes an existing Integration object.
type: http
seq: 5
}
delete {
url: {{baseUrl}}/api/v2/Integration/:strToken/:strIntegrationID
body: none
auth: none
}
params:path {
strToken:
strIntegrationID:
}