You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/tools_man/ngcp-api-delete.1

35 lines
614 B

.TH NGCP-API-DELETE 1
.SH NAME
ngcp-api-delete \- sends a delete request to NGCP REST API
.SH SYNOPSIS
.B ngcp-api-delete
[\fB\-v\fR]
[\fB\-h\fR]
.I URL
.SH DESCRIPTION
.B ngcp-api-delete
sends a delete request to NGCP REST API.
.SH OPTIONS
.TP
.BR \-v
Verbose mode.
.TP
.BR \-h
Print usage.
.TP
.I URL
URL for the request.
.SH EXAMPLES
.EX
$ ngcp-api-delete 'https://example.org:1443/api/domains/1'
.EE
.SH SEE ALSO
.BR ngcp-api-put (1),
.BR ngcp-api-post (1),
.BR ngcp-api-patch (1),
.BR ngcp-api-get (1).
.PP
https://ngcp-server.domain:1443/api
.SH COPYRIGHT
2014 Sipwise Development Team <support@sipwise.com>