Skip to main content
DELETE
/
memory
/
{phone_number}
/
{memory_name}
Deleta memória associada ao número de telefone.
curl --request DELETE \
  --url https://services.pref.rio/rmi/v1/memory/{phone_number}/{memory_name} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

phone_number
string
required

Número do telefone

memory_name
string
required

Nome da memória a ser deletada

Response

Memória deletada com sucesso