Move backend files into a sub folder.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Delete an existing publication
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{url}}/api/publications/{{publicationId}}
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{bearerToken}}
|
||||
}
|
||||
Reference in New Issue
Block a user