Delete a document or multiple documents
Version 1.0
Endpoint
DELETE
https://pinv.dev.att.com/products
Copy
This endpoint allows you to delete a single or multiple TMF637 products by their ID. This endpoint is subject to authorization with the corresponding source. > Note: `product-specification-id` parameter representing a value of TMF637 `productSpecification.id` will soon be mandatory. As long as a product other than ADI is not onboarded to PINV, this parameter can be omitted.
http
scheme:bearer
bearerFormat:JWT
Query Parameters
- idRequiredA product ID to be removedExample: c31f5942-e198-4272-9811-ce4677d97b77
- id[]Subsequent product ID/s to be removed aswell, any number of query params can be added to the request, both "id=" and "id[]=" will work.Example: c31f5942-e198-4272-9811-ce4677d97b78
- product-specification-idstringEnum: [PR-ADI-EMBEDDED-BASE, PR-ADI-PORT-EMBEDDED-BASE, PR-ADI-ACCESS-EMBEDDED-BASE, PR-DYNAMIC-DEFENSE-EMBEDDED-BASE]A value of `productSpecification.id`.
Body Parameters
Responses
Document(s) successfully deleted
Body
application/json
- Required