PINV Capabilities

Version 1.0 (latest)

Delete a document or multiple documents

Version 1.0
download iconDownload spec

Endpoint

DELETE
https://pinv.dev.att.com/products

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.

arrowSecurity

http

scheme:bearer
bearerFormat:JWT
arrowRequest

Query Parameters

        Body Parameters

        Responses

        Document(s) successfully deleted

        arrowBody

        application/json

          REQUEST

          1
          2
          3
          curl --request DELETE \
               --url 'https://pinv.dev.att.com/products?id=&id[]=&product-specification-id=string' \
               --header 'accept: application/json'

          RESPONSE

          1
          2
          3
          4
          5
          6
          7
          {
            "status": 200,
            "timestamp": "2025-01-15T13:41:44.183Z",
            "responseData": {
              "removedId": "c31f5942-e198-4272-9811-ce4677d97b77"
            }
          }